object OrderForm: TOrderForm Left = 274 Top = 110 BorderStyle = bsDialog Caption = 'How to order PowerArchiver' ClientHeight = 136 ClientWidth = 300 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 281 Height = 41 AutoSize = False Caption = 'Click "Help" to get more information about ordering PowerArchive' + 'r.' WordWrap = True end object Label2: TLabel Left = 8 Top = 49 Width = 281 Height = 45 AutoSize = False Caption = 'Click "Buy Now" to place your order directly from the web site a' + 'nd instantly register PowerArchiver.' WordWrap = True end object Bevel1: TBevel Left = 7 Top = 96 Width = 284 Height = 9 Shape = bsTopLine end object Button1: TButton Left = 8 Top = 104 Width = 89 Height = 25 Caption = '&Buy Now' Default = True TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 104 Top = 104 Width = 91 Height = 25 Caption = '&Help' TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 200 Top = 104 Width = 91 Height = 25 Caption = '&Cancel' TabOrder = 2 OnClick = Button3Click end end